Skip to content

Failing test for #284#285

Closed
ynnoj wants to merge 1 commit intoshowdownjs:masterfrom
ynnoj:master
Closed

Failing test for #284#285
ynnoj wants to merge 1 commit intoshowdownjs:masterfrom
ynnoj:master

Conversation

@ynnoj
Copy link
Copy Markdown

@ynnoj ynnoj commented Aug 19, 2016

@tivie
Copy link
Copy Markdown
Member

tivie commented Aug 19, 2016

This test is not testing autolink function

@tivie tivie closed this Aug 19, 2016
tivie added a commit that referenced this pull request Aug 19, 2016
Using the simplifiedAutoLink option does not return the expected GFM behaviour when parsing links without a http prefix.
Previously, `www.google.com` would be parsed into `<a href="www.google.com">www.google.com</a>`.
With this fix, showdown behaves like GFM, and the result is `<a href="http://www.google.com">www.google.com</a>`

Closes #284, closes #285
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants